From: Matthias Geiger Date: Wed, 10 Jun 2026 18:57:58 +0000 (+0200) Subject: Adjust extlib include path X-Git-Tag: archive/raspbian/3.2+dfsg-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=7b380946c4fde64b0c14893547ac30ab84982f76;p=solvespace.git Adjust extlib include path Gbp-Pq: Name 05-Adjust-extlib-include-path.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bddb6e2..c299dc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -213,7 +213,7 @@ endif() if(ENABLE_GUI OR ENABLE_CLI) message(STATUS "Using in-tree libdxfrw") - add_subdirectory(extlib/libdxfrw) + add_subdirectory(libdxfrw) endif() message(STATUS "Using in-tree mimalloc")